home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1997 September
/
Macworld (1997-09).dmg
/
Serious Software
/
Cherwell Scientific Demos
/
DIMPLE
/
Install Files
/
IOL
/
Vegetation.IOL
< prev
Wrap
Text File
|
1997-02-25
|
248b
|
16 lines
!DIMPLE IOL PROGRAM
! Normalised Difference Vegetation Index
images
R "Red" input ;
IR "Infra-red" input ;
sum "Sum" output ;
dif "Diff" output ;
NDVI "NDVI" output ;
operations
sum = (IR+R) ;
dif = (IR-R) ;
NDVI = dif/sum ;